Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed copyrights from SIL International to SIL Global #1350

Merged
merged 8 commits into from
Oct 28, 2024
Merged

Conversation

tombogle
Copy link
Contributor

@tombogle tombogle commented Oct 10, 2024

Also added PublicAPI attribute to a lot of public members not used internally to make ReSharper happier. Did a bit of additional refactoring, code cleanup and fixing typos.


This change is Reviewable

Also added PublicAPI attribute to a lot of public members not used internally to make ReSharper happier.
Did a bit of additional refactoring, code cleanup and fixing typos.
Copy link

github-actions bot commented Oct 10, 2024

LibPalaso Tests

    45 files  +   10      45 suites  +10   13m 58s ⏱️ + 8m 36s
 4 828 tests +2 015   4 597 ✅ +1 940  231 💤 + 75  0 ❌ ±0 
14 002 runs  +6 434  13 375 ✅ +6 167  627 💤 +267  0 ❌ ±0 

Results for commit 73daac3. ± Comparison against base commit db2f2ba.

♻️ This comment has been updated with latest results.

@tombogle tombogle requested a review from andrew-polk October 24, 2024 19:25
@tombogle tombogle marked this pull request as ready for review October 24, 2024 19:25
Copy link
Contributor

@andrew-polk andrew-polk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose it doesn't hurt anything, but the PublicAPI annotations everywhere feel like a lot of clutter, IMO.
If we were principled in applying it across the board where we think/know these are things clients want to or might want to use, it would be different. But I don't like just adding it to make the IDE happy. There's probably some global setting which can be modified instead?

The worst is when you use a libpalaso package and suddenly have a new dependency on the Jetbrains.Annotations package. I believe there is a setting to say this dependency should not be passed on to clients. (Is it PrivateAssets="all"?) That should be used everywhere for the Annotations package if we are going to keep using it.

Reviewed 136 of 155 files at r1, 110 of 110 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @tombogle)


SIL.Core.Desktop/UsbDrive/Linux/UsbDriveInfoUDisks2.cs line 2 at r2 (raw file):

#if !NETSTANDARD
// Copyright (c) 2024 SIL Global

Odd to have the copyright inside conditional code.

@tombogle
Copy link
Contributor Author

tombogle commented Oct 25, 2024 via email

…ects to which that dependency had been added

Dealt with other review feedback and a build warning.
Copy link
Contributor

@andrew-polk andrew-polk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 6 of 6 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @tombogle)

Copy link
Contributor Author

@tombogle tombogle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Reviewable status: 247 of 248 files reviewed, all discussions resolved (waiting on @tombogle)


SIL.Core.Desktop/UsbDrive/Linux/UsbDriveInfoUDisks2.cs line 2 at r2 (raw file):

Previously, andrew-polk wrote…

Odd to have the copyright inside conditional code.

True. But that's how it was. Anyway, I've changed it.

@tombogle tombogle merged commit 74f9b02 into master Oct 28, 2024
3 of 4 checks passed
@tombogle tombogle deleted the sil-global branch October 28, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants